x86/vpmu: small fix for console logging beauty
authorDietmar Hahn <dietmar.hahn@ts.fujitsu.com>
Fri, 16 Mar 2012 09:14:38 +0000 (10:14 +0100)
committerDietmar Hahn <dietmar.hahn@ts.fujitsu.com>
Fri, 16 Mar 2012 09:14:38 +0000 (10:14 +0100)
Signed-off-by: Dietmar Hahn <dietmar.hahn@ts.fujitsu.com>
Committed-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/hvm/vmx/vpmu_core2.c

index 7ee3eee5cba7d080535a255a1d5f2565f40fd999..266d4a6141ec983cb5dc5bd8e534fb21a57dba11 100644 (file)
@@ -690,7 +690,7 @@ static int core2_vpmu_initialise(struct vcpu *v, unsigned int vpmu_flags)
             printk("******************************************************\n");
             printk("** WARNING: Emulation of BTS Feature is switched on **\n");
             printk("** Using this processor feature in a virtualized    **\n");
-            printk("** environment is not 100%% safe.                   **\n");
+            printk("** environment is not 100%% safe.                    **\n");
             printk("** Setting the DS buffer address with wrong values  **\n");
             printk("** may lead to hypervisor hangs or crashes.         **\n");
             printk("** It is NOT recommended for production use!        **\n");